-
Notifications
You must be signed in to change notification settings - Fork 83
Clarify migration paths between store formats #2687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 5.x
Are you sure you want to change the base?
Conversation
| `block` format uses advanced data structures and inlining techniques to enhance data locality, which leads to better resource utilization. | ||
|
|
||
| `aligned` is the recommended format for Community Edition. | ||
| `aligned` is the default format for Community Edition starting with Neo4j 5.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's unclear in which version the aligned format became the default in CE. This is an an assumption.
In the section 'Available store formats' further down, we say that aligned is default in CE but we don't specify from which version.
|
This PR includes documentation updates Updated pages: |
No description provided.